home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / coned.arc / REVISION.DOC < prev   
Text File  |  1990-06-14  |  5KB  |  105 lines

  1.                                 ConEd Revisions
  2.  
  3.         4/08/90 -   Initial  release  of  CONfiguration  EDitor  Version  1.0
  4.  
  5.         4/12/90 -   Version 1.1 release.  
  6.  
  7.                    Review  Screen -   If  you  were  using  a  Mono  monitor,
  8.                    the  Review  Screen  function  F6 did  not  work properly.
  9.                    After  exiting  from  the Configuration  Menu  F3,  and  a
  10.                    Review  Screen  was  called,  the  screen  which showed up 
  11.                    was  NOT  the  DOS  screen,   but  the  Configuraton  Menu
  12.                    screen instead.
  13.  
  14.                    ESC Key - Pressing  the  ESC  key no  longer allows a user
  15.                    to exit the program.  To exit, a  user must  press  either
  16.                    the  return  or  enter  key,   selecting  the  highlighted 
  17.                    configuration,  or;  by   depressing  F7  to  exit  ConEd.
  18.  
  19.                    Mouse Support -  Mouse   support  has  been added for  the 
  20.                    convenience  of  those  users  who  wish to use  a  mouse.
  21.  
  22.                    Video Support - CGA, MONO, and BIOS video  support are now
  23.                    included  with  the  -c  (CGA),  -m  (MONO), &  -b  (BIOS) 
  24.                    parameters on the command line.
  25.  
  26.  
  27.         4/29/90    Version 2.0 release.
  28.         
  29.                    Source  Code  Revision  -  Modified  the  source  code  to 
  30.                    eliminate temporary files created by ConEd.
  31.  
  32.                    Function Keys -  Changed  the  function  key assignment to
  33.                    reflect  what many  users  suggested  would  be an easier,
  34.                    more  'universal' association.   The  'F1' key is  now the 
  35.                    HELP  key;  'F2' is  Review  DOS  screen;   'F3'  is  edit 
  36.                    AUTOEXEC.xxx;  'F4'  is edit CONFIG.xxx;  'F5' is  for the
  37.                    ConEd  configuration menu;  'F6' is the  ConEd information
  38.                    window; 'F7' reboots your computer; 'F8' permits the  user
  39.                    to view the current environment variables; and,  'F9' will
  40.                    allow you to exit ConEd.
  41.  
  42.                    Command Line Boot - by using the '-s'  option  followed by
  43.                    the extension you desire to boot, ConEd will allow  you to 
  44.                    by-pass the menu screen, and re-boot the  system with  the
  45.                    selected configuration.  An example would be:
  46.  
  47.                                 coned -slan
  48.  
  49.                    This  would  reboot  your  PC  the  the  AUTOEXEC.LAN  and
  50.                    CONFIG.LAN  files,  from the  command line,  without going
  51.                    through the ConEd menu.
  52.  
  53.                    Delay - added the '-d' option to the command line allowing
  54.                    for a twenty (20)  second delay/timeout  prior to invoking
  55.                    the  current configuration.   With this addition,  a  user
  56.                    can invoke ConEd in this manner:  'coned -d',  this  would
  57.                    start the  current  configuration  20  seconds  after  the
  58.                    program  loads and  allow for such things as a BBS,  which 
  59.                    may of had its power  interrupted  and  then  restored, to
  60.                    automatically  restart the BBS without human intervention.
  61.  
  62.  
  63.  
  64.                    File Creation - When in the configuration menu, and a user
  65.                    creates  a new configuration,  two  files are  created for
  66.                    ConEd.    This  will  only  happen  if the files  with the
  67.                    extension  you  have  chosen  do NOT already  exist in the
  68.                    current directory.   The first is "AUTOEXEC.xxx", and  the
  69.                    second  is "CONFIG.xxx",  where xxx  is  the extension you
  70.                    assigned to a particular  configuration description.   The
  71.                    AUTOEXEC contains the following:
  72.  
  73.  
  74.                             echo off
  75.                             cd\coned  (or whatever your current directory is)
  76.                             coned
  77.                             cd\
  78.                             PATH=   (whatever your current path is)
  79.                             prompt $p$g
  80.  
  81.  
  82.                    The CONFIG file contains:
  83.  
  84.                             files = 20
  85.                             buffers = 20
  86.  
  87.                    Additionally, your current CONFIG.SYS & AUTOEXEC.BAT files
  88.                    are  copied into  your ConEd  directory with the extension
  89.                    which you have assigned.
  90.  
  91.  
  92.  
  93.                    File Check -  when  selecting  the  current configuration, 
  94.                    ConEd compares the file length of the current AUTOEXEC.BAT
  95.                    and  CONFIG.SYS files with the AUTOEXEC.xxx and CONFIG.xxx
  96.                    files to ensure they are the same file.  If your  AUTOEXEC
  97.                    or CONFIG files have been modified,  ConEd  will present a
  98.                    menu that  will allow you  to continue to  exit, copy  the
  99.                    AUTOEXEC.xxx and/or CONFIG.xxx file to the boot directory,
  100.                    or  copy the boot directory AUTOEXEC.BAT and/or CONFIG.SYS 
  101.                    to the ConEd directory with an extension  that matches the
  102.                    current configurations extension.
  103.  
  104.  
  105.